Yep, all looks good, I've got the MAVEN_REPO\foo.jar in the .classpath file
and marked as exported like this;

<classpathentry exported="true" kind="var"
path="MAVEN_REPO/axis/jars/axis-1.3.jar"/>
<classpathentry kind="var" path="MAVEN_REPO/axis/jars/axis-1.3.jar"/>

And added it to the manifest.mf file like this;

Class-Path: axis-1.3.jar

But still no JARs when I export (or deploy) from WSAD! Did you have your
webapp associated with an EAR? Mine isn't, so I export -> JAR not EAR. Am I
missing something?

Cheers,
Toby

Dion Gillard wrote:
> We have no hassles deploying or exporting from WSAD.
> 
> Do you make sure your MANIFEST.MF is correct?
> 
> On 11/28/05, Weston, Toby <[EMAIL PROTECTED]> wrote:
>> Yep I include the war.bundle property, so Maven is fine, I meant that
>> it doesn't export / deploy correctly from within WSAD.
>> 
>> Dion Gillard wrote:
>>> Are you using
>>> 
>>> <properties>
>>>   <war.bundle>true</war.bundle>
>>> </properties>
>>> 
>>> on the dependency?
>>> 
>>> On 11/25/05, Weston, Toby <[EMAIL PROTECTED]> wrote:
>>>> Hi Lee,
>>>> 
>>>> Thanks for the info, could you outline how you got Websphere to
>>>> handle the JAR's correctly? If I set the classpath of a webapp in
>>>> the Maven way (ie, extend a variable MAVEN_REPO\foo.jar) if doesn't
>>>> export / deploy this under the WEB-INF\lib folder. Does that make
>>>> sense? 
>>>> 
>>>> Thanks,
>>>> Toby
>>>> 
>>>>   _____
>>>> 
>>>> From: Lee Meador [mailto:[EMAIL PROTECTED]
>>>> Sent: 22 November 2005 21:07
>>>> To: Maven Users List
>>>> Cc: Weston, Toby
>>>> Subject: Re: [M1] Maven with Websphere Application Developer
>>>> anyone? 
>>>> 
>>>> 
>>>> I worked on a project last year that was using WSAD 5.1.2 with
>>>> version 1 of Maven. It worked ok but we didn't get everything we
>>>> wanted. My memory is fuzzy and I don't have access to the project
>>>> files any more. 
>>>> 
>>>> 1) We could use WSAD with the folder structure Maven wants just
>>>> fine. 
>>>> 
>>>> 2) We had a sort-of-base-project with things set up to build all
>>>> the other projects as subprojects.
>>>> 
>>>> 3) We would run Maven from the command line. Some developers set it
>>>> up as an external tool to just run.
>>>> 
>>>> 4) The projects would build inside WSAD (too) and we could deploy
>>>> that way to the built in Websphere to test things.
>>>> 
>>>> 5) That project had a Swing front end that talked directly to EJBs
>>>> with Hibernate in the back. There was also a tiny little web app
>>>> that did little more than show you the version number of the back
>>>> end. Every "layer" was in a seperate WSAD project. That implies
>>>> there 
>>>> were ejb projects, web projects and java projects.
>>>> 
>>>> Hope this helps.
>>>> 
>>>> -- Lee Meador
>>>> 
>>>> 
>>>> On 11/22/05, Weston, Toby <[EMAIL PROTECTED]
>>>> <mailto:[EMAIL PROTECTED]> > wrote:
>>>> 
>>>> Hi Folks,
>>>> 
>>>> Is anyone using Maven based structures (in particular J2EE ones
>>>> like
>>>> webapps) with Websphere Application Developer (WSAD) or Rational
>>>> Application Developer? 
>>>> 
>>>> I was just after any horror/success stories and if you can make the
>>>> project structure co-exist in harmony.
>>>> 
>>>> Thanks in advance,
>>>> Toby
>>>> 
>>>> -------------------------------------------------------------------
>>>> -- To unsubscribe, e-mail: [EMAIL PROTECTED]
>>>> <mailto:[EMAIL PROTECTED]>
>>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>> <mailto:[EMAIL PROTECTED]>
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> --
>>>> -- Lee Meador
>>>> Sent from gmail. My real email address is [EMAIL PROTECTED]
>>>> <mailto:[EMAIL PROTECTED]> 
>>>> 
>>>> 
>>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>> 
>> 
> 
> 
> --
> http://www.multitask.com.au/people/dion/
> "You are going to let the fear of poverty govern your life and your
> reward will be that you will eat, but you will not live." - George
> Bernard Shaw  
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to