dev@glassfish.java.net

Re: Removing packager/glassfish-grizzly-full/build.xml?

From: Snjezana Sevo-Zenzerovic <Snjezana.Sevo-Zenzerovic_at_Sun.COM>
Date: Tue, 06 Oct 2009 11:02:19 -0700

No, you cannot completely remove the build.xml file, if that's what you
are asking, but the issue you are pointing to is probable cause of your
problem. Since you got rid of servlet-api dependency in this version of
grizzly, the part of build.xml which is trying to explicitly exclude
servlet-api dependency from the package content cannot resolve
non-existant dependency

I am attaching modified build.xml file, please try with it and if things
are working check it in together with your grizzly update...

Thanks,

Snjezana


Jeanfrancois Arcand wrote:
> Salut,
>
> what is the reason of file:
>
> packager/glassfish-grizzly-full/build.xml
>
> Trying to do the new Grizzly integration, I'm getting:
>
>> create.package:
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] BUILD ERROR
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] An Ant BuildException has occured: The following error
>> occurred while executing this line:
>> /home/jfarcand/workspace/v3/packager/glassfish-grizzly-full/build.xml:30:
>> Failed to resolve artifacts
>>
>> Cannot resolve artifact. groupId: javax.servlet artifactId:
>> servlet-api version: null type: null classifier: null
>
> I know there is an issue on the two Servlet jar files:
>
> https://glassfish.dev.java.net/issues/show_bug.cgi?id=8242
>
> Is the file still required or can we remove it (sorry I'm not familiar
> with the packager).
>
> Thanks
>
> -- Jeanfrancois
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>