Re: help in build.xml

2008-08-26 Thread Nils-Helge Garli Hegvik
index.jsp" /> >> >> > dir="${builddir}/WebContent/SOMETHING" prefix="SOMETHING" >> /> >>> dir="${builddir}/${webinfsuffix}" prefi

Re: help in build.xml

2008-08-25 Thread Narasimha Raju Naidu
cdir}/META-INF/MANIFEST.MF"> > includes="index.jsp" /> > > dir="${builddir}/WebContent/SOMETHING" prefix="SOMETHING" > /> > dir="${builddir}/${webinfsuffix}" prefix="WEB-INF" >includes="*.tld,*.xml" >exclu

Re: help in build.xml

2008-08-25 Thread dynamicd
application on eclipse. in order to > run struts application build.xml is required. can any one help me how to > develop build.xml on eclipse and how to run a struts application on > eclipse. > waiting for your reply. > > > > > > -- > Regards, >

Re: help in build.xml

2008-08-25 Thread Dave Newton
Wow. --- On Mon, 8/25/08, Jeni Mattews <[EMAIL PROTECTED]> wrote: > From: Jeni Mattews <[EMAIL PROTECTED]> > Subject: Re: help in build.xml > To: "Struts Users Mailing List" > Date: Monday, August 25, 2008, 9:49 AM > Dear Mr. Naidu, >   > Greetings! &

Re: help in build.xml

2008-08-25 Thread Jeni Mattews
PROTECTED]> Subject: help in build.xml To: user@struts.apache.org Date: Monday, August 25, 2008, 11:37 AM hi to all, i am developing a struts web application on eclipse. in order to run struts application build.xml is required. can any one help me how to develop build.xml on eclipse and

Re: help in build.xml

2008-08-25 Thread Stephan Schröder
why do you need a build.xml to run a struts2 application? Of course it's a good idea to use ant or maven2 as Build tools but it's not required. I uploaded a helloWorld.war (http://www.file-upload.net/download-1066806/struts2helloworld.war.html) which you can download and then import

Re: help in build.xml

2008-08-25 Thread Dave Newton
--- On Mon, 8/25/08, Narasimha Raju Naidu wrote: > can any one help me how to develop build.xml on eclipse http://ant.apache.org/ IIRC current Eclipse builds have an Ant plugin by default. > and how to run a struts application on eclipse. http://www.eclipse.org/webtools/community/tut

help in build.xml

2008-08-25 Thread Narasimha Raju Naidu
hi to all, i am developing a struts web application on eclipse. in order to run struts application build.xml is required. can any one help me how to develop build.xml on eclipse and how to run a struts application on eclipse. waiting for your reply. -- Regards, Narasimha Raju.Naidu

Build.xml

2008-07-23 Thread anaeem
Can any one who has used ServletContextListener class in a project, share their Build.xml file? -- View this message in context: http://www.nabble.com/Build.xml-tp18615736p18615736.html Sent from the Struts - User mailing list archive at Nabble.com

RE: build.xml file for struts 2

2007-06-11 Thread Dave Newton
You can download the helloworld project along with > directory strutcture and > build.xml file from > http://www.roseindia.net/struts/struts2/struts2tutorial.zip > > code is tested and will work on your system. > > Thanks > > > -Original Message- > From: Jam

RE: build.xml file for struts 2

2007-06-11 Thread RoseIndia.net Help
HI, Please visit http://www.roseindia.net/struts/struts2/struts-2-hello-world.shtml and read the tutorial. You can download the helloworld project along with directory strutcture and build.xml file from http://www.roseindia.net/struts/struts2/struts2tutorial.zip code is tested and will work on

Re: build.xml file for struts 2

2007-06-11 Thread James Mitchell
] -Original Message- From: Carroll, Samuel Nicholas [mailto:[EMAIL PROTECTED] Sent: Monday, June 11, 2007 3:11 PM To: Struts Users Mailing List Subject: RE: build.xml file for struts 2 Here is the basic layout for a build.xml for the struts appilcations I develop: FULL PROJECT NAME

Re: build.xml file for struts 2

2007-06-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Session, Session Mwamufiya wrote: > Thanks for the file, but I would really need to see a working example, > because all of these files and directories here and there are too confusing. > I wish someone could point me to a helloworld tutorial that act

RE: build.xml file for struts 2

2007-06-11 Thread Session Mwamufiya
MBA | Tepper School of Business MSE (software eng.) | School of Computer Science T: (412) 508-5455 | [EMAIL PROTECTED] -Original Message- From: Carroll, Samuel Nicholas [mailto:[EMAIL PROTECTED] Sent: Monday, June 11, 2007 3:11 PM To: Struts Users Mailing List Subject: RE: build.xml file

RE: build.xml file for struts 2

2007-06-11 Thread Carroll, Samuel Nicholas
Here is the basic layout for a build.xml for the struts appilcations I develop: FULL PROJECT NAME

build.xml file for struts 2

2007-06-11 Thread Session Mwamufiya
Hello, Could someone point me to a working build.xml file that I could use for a simple struts 2 application (helloworld)? I tried the tutorial from roseindia, and that build file doesn't result in a working web app, though ant says that the build was successful. I don't see all

Re: [OT] Re: build.xml problem

2007-05-04 Thread vikas rao
ok, i got it ! i added the "web-inf/lib" path to the build.xml file like this: and it worked, the lib folder had the struts jar files in it.. thanx again for the help dave! vikas. On 5/4/07, Dave Newton <[EMAIL PROTECTED]> wrote: --- vikas rao <[EMAIL PROTECTED]>

[OT] Re: build.xml problem

2007-05-04 Thread Dave Newton
--- vikas rao <[EMAIL PROTECTED]> wrote: > > destdir="[...]\webapps\MyStruts\WEB-INF\classes\log" > debug="true" > includes="**/*.java"/> > > > Should i include something else with my build.xml? > like

build.xml problem

2007-05-04 Thread vikas rao
Hi guys, I am trying to build a sample struts application which verifies login information. Now the dilemma Ive run into is how to compile the "ActionBean" and "Actionclass" inside the package? So i decided to write a build.xml file for this purpose and it is like bel

Re: In ant build.xml can I call a target from other ant build.xml

2006-03-17 Thread Niall Pemberton
Can you prefix non-struts questions with [OT] in the subject please. Niall On 3/17/06, temp temp <[EMAIL PROTECTED]> wrote: > In ant build.xml can I call a target from other ant build.xml > > > For Example I have two ant build scripts build1.xml and build2.xml >

In ant build.xml can I call a target from other ant build.xml

2006-03-17 Thread temp temp
In ant build.xml can I call a target from other ant build.xml For Example I have two ant build scripts build1.xml and build2.xml and default target from build1.xml below In the above target can I