Thanks Pavel,
I sent you a PM with my code. I appreciate your help.
Jason
Pavel Bucek-2 wrote:
>
> Hello,
>
> Neither Application class nor web.xml should be important for ant task,
> WADL is generated from classpath (using ClasspathResourceConfig). So
> please make sure it is on classpath (it looks like it is not, I can see
> only "C:\Users\Jason\Documents\NetBeansProjects\inni-api\src\java" but
> nothing like "C:\Users\Jason\Documents\NetBeansProjects\inni-api\build\".
>
> Please let me know whether adding built classes solved your issue. If
> not, can you please share your project (or extract reproducible
> testcase)? You can send it to me privately if you don't want to share
> your code with mailing list.
>
> Pavel
>
> On 4/19/11 12:03 AM, jason wrote:
>> Pavel,
>> Not sure if it matters but I also do not currently have
>> application-doc.xml
>> or application-grammars.xml files and my web.xml includes this:
>>
>> <servlet>
>> <servlet-name>jersey</servlet-name>
>>
>> <servlet-class>com.sun.jersey.spi.container.servlet.ServletContainer</servlet-class>
>> <init-param>
>>
>> <param-name>com.sun.jersey.config.property.packages</param-name>
>> <param-value>
>> com.inni.rest,
>> com.inni.rest.natural.physical.temporal,
>> com.inni.rest.social.anthropological,
>> com.inni.rest.social.communicative,
>> com.inni.rest.social.economic,
>> com.inni.rest.social.political
>> </param-value>
>> </init-param>
>> <init-param>
>>
>> <param-name>com.sun.jersey.config.feature.DisableWADL</param-name>
>> <param-value>false</param-value>
>> </init-param>
>> <load-on-startup>1</load-on-startup>
>> </servlet>
>> <servlet-mapping>
>> <servlet-name>jersey</servlet-name>
>> <url-pattern>/*</url-pattern>
>> </servlet-mapping>
>>
>>
>>
>> I am using netbeans and it provides a rest-build.xml file that appears to
>> generate a class that extends the jsx-rs application class.
>>
>> Again, just thought I'd include these points in case it mattered.
>>
>> Thanks.
>> Jason
>>
>> --
>> View this message in context:
>> http://jersey.576304.n2.nabble.com/Jersey-WadlGeneratorTask-error-tp6282612p6285337.html
>> Sent from the Jersey mailing list archive at Nabble.com.
>>
>
--
View this message in context: http://jersey.576304.n2.nabble.com/Jersey-WadlGeneratorTask-error-tp6282612p6313748.html
Sent from the Jersey mailing list archive at Nabble.com.