Re: maven pde rcp to build

2008-05-02 Thread thenew05
Carlos, Can you open the sample code area? On Wed, Apr 30, 2008 at 9:15 AM, [EMAIL PROTECTED] wrote: I need a userid and passcode to get access to the code. On Tue, Apr 29, 2008 at 6:59 PM, Carlos Sanchez [EMAIL PROTECTED] wrote: the link to the code is in the slides On Fri, Apr 25,

Re: maven pde rcp to build

2008-04-30 Thread thenew05
I need a userid and passcode to get access to the code. On Tue, Apr 29, 2008 at 6:59 PM, Carlos Sanchez [EMAIL PROTECTED] wrote: the link to the code is in the slides On Fri, Apr 25, 2008 at 7:47 AM, [EMAIL PROTECTED] wrote: There was no sample code with the slides, so I was a little lost.

Re: maven pde rcp to build

2008-04-29 Thread thenew05
I created the project in Eclipse and it runs! I went thru every step, I have not been about to get any of the projects to work with maven2. On Mon, Apr 28, 2008 at 6:57 PM, Barrie Treloar [EMAIL PROTECTED] wrote: On Tue, Apr 29, 2008 at 6:22 AM, [EMAIL PROTECTED] wrote: So not I moved the

Re: maven pde rcp to build

2008-04-29 Thread thenew05
The differences are that I am using 3.3.2 and there is no RCP standalone package for 3.3.2. On Tue, Apr 29, 2008 at 8:05 AM, [EMAIL PROTECTED] wrote: I created the project in Eclipse and it runs! I went thru every step, I have not been about to get any of the projects to work with maven2.

Re: maven pde rcp to build

2008-04-29 Thread thenew05
I will try to get it to build from the ant script! Thanks! Have you upgrade your build to use Eclipse 3.3.2? Did you have a issue with space in path names? Thanks! On Tue, Apr 29, 2008 at 4:02 PM, Barrie Treloar [EMAIL PROTECTED] wrote: On Tue, Apr 29, 2008 at 10:38 PM, [EMAIL PROTECTED]

Re: maven pde rcp to build

2008-04-28 Thread thenew05
Thanks for replying Barrie. I thought this posting would go dead! I know you are using 3.2 with the startup.jar. But the 3.3.X does not have a startup.jar! Do you know the name of the eclipse 3.3 starting jar? Is there are eclipse RCP standalone for 3.3? Thanks! On Sun, Apr 27, 2008 at 7:10

Re: maven pde rcp to build

2008-04-28 Thread thenew05
Did you just rename the jar file? On Mon, Apr 28, 2008 at 9:39 AM, SKrepkovich [EMAIL PROTECTED] wrote: For the startup.jar, did you try copying org.eclipse.equinox.launcher_1.0.0.v20070606.jar (or whatever version you have) as startup.jar in your eclipse home directory? This is what my

Re: maven pde rcp to build

2008-04-28 Thread thenew05
So after I moved the startup.jar file and changed the pom.xml package tag to zip. I get this error below. I can not find where they are calling the AND target from. C:\Documents and Settings\w39833\workspace\PDE\PDE_Plugin_Tutorial\plugins\test.pde_maven_plugin.simple_applicationmvn install

Re: maven pde rcp to build

2008-04-28 Thread thenew05
From the tutorial: http://mojo.codehaus.org/pde-maven-plugin/examples/simple_product.html It uses the ZIP to package the PDE project, but this would not run without having the startup.jar file for Eclipses. So I changed it to JAR to package, and it built with no problems but would not run as a

Re: maven pde rcp to build

2008-04-28 Thread thenew05
So not I moved the project to the C: directory, and I get this error, but I can not find where this is being called from. It seems like it is failing on the second run of the generateFeature target. I can not find where this is looking for this plug-in name value.

Re: maven pde rcp to build

2008-04-25 Thread thenew05
There was no sample code with the slides, so I was a little lost. Most of the stuff has in the slide seems ok, but I could not make heads or tails without the src code. On Thu, Apr 24, 2008 at 6:04 AM, Vincent Siveton [EMAIL PROTECTED] wrote: Hi, Have a look on Carlos's blog

Re: maven pde rcp to build

2008-04-23 Thread thenew05
That break is from the email format. Have you been through this tutorial? Thanks! On Wed, Apr 23, 2008 at 5:17 AM, Steinar Bang [EMAIL PROTECTED] wrote: [EMAIL PROTECTED]: eclipseInstallC:\Program Files\JavaWorkEnv\eclipse/eclipseInstall Is the line break here actual, or an

maven pde rcp to build

2008-04-21 Thread thenew05
I have been looking for a while for this solution. Has anyone been able to run this tutorial to complete? http://mojo.codehaus.org/pde-maven-plugin/examples/simple_product.html I have looked through many emails just to get the project to build in maven with Eclipse 3.3.2 as target. Now I am at

Re: Locale problem with subversion when running release:prepare

2007-05-29 Thread thenew05
I have the locale settings but I still have the errors. Also, I am using cshell so I hope setenv is doing the same things as export. css-paps01:-locale -a C POSIX en_CA en_CA.ISO8859-1 en_US en_US.ISO8859-1 en_US.ISO8859-15 [EMAIL PROTECTED] en_US.UTF-8 es es.UTF-8 es_MX es_MX.ISO8859-1 fr

Re: Locale problem with subversion when running release:prepare

2007-05-29 Thread thenew05
so after I set LANG to en_US, I still get the error: css-paps01:-setenv LANG en_US [INFO] [scm:update] [INFO] Executing: svn --non-interactive update [INFO] Working directory: /usr2/local/builds/CSS_JAVA_DEV/projects [ERROR] Provider message: [ERROR] The svn command failed. [ERROR] Command

Re: Locale problem with subversion when running release:prepare

2007-05-29 Thread thenew05
Does any one know why this just started to happen? Did the SCM plugin change? I have been using 2.0.4 since Nov 2006. Do I need to upgrade or is there a setting I need to re-config. On 5/29/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: so after I set LANG to en_US, I still get the

Re: Locale problem with subversion when running release:prepare

2007-05-29 Thread thenew05
I tried that already it did not help. I have the same problem, it started May 25. Build has been running since Sept 2006. On 5/29/07, Emmanuel Venisse [EMAIL PROTECTED] wrote: LC_MESSAGE=en_EN is set by default in this version because maven-scm can't parse messages that aren't in english. Do

Re: Unknown file status: 'S' in line Skipped '.'.

2006-11-13 Thread thenew05
What seems to be happening is that the parent is throwing the error/warning then it skips the update for all the child projects? Is there a way to get pass this? Or is this a known problem? Thanks On 11/12/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: The problem is that the build passes,

Unknown file status: 'S' in line Skipped '.'.

2006-11-12 Thread thenew05
I am running : mvn 2.0.4 JDK 1.5 subversion Multiple project structure! *Why does this build has a SUCCESSFUL status? It did not do an update?* *Is there something wrong with my pom.xml? This did work back in July 2006!* ** ** Parent pom.xml | | Child pom.xml If am trying to do a

Re: Unknown file status: 'S' in line Skipped '.'.

2006-11-12 Thread thenew05
The problem is that the build passes, because the src code is not being updated. So, I ran the command from manually, and I narrowed it down to this command. Thanks, On 11/12/06, Max Cooper [EMAIL PROTECTED] wrote: I don't know why your build failed, but this table of file/dir statii from

Re: deploying site generated files

2006-05-03 Thread thenew05
OK the setup was write, there seems to be something that is different from 2.0.2 and 2.0.4. I switched to 2.0.4 and it worked, with no changes to the pom. Thanks anyway! On 5/2/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Has the site:stage been removed? mvn site:stage

Re: Deployment of war file using JBOSS

2006-05-03 Thread thenew05
The simplest way would be to copy the war to the jboss deploy directory. If your Jboss server is on the same server as your build machines you can just do an outputDirectory / to your jboss deploy directory. plugin artifactIdmaven-war-plugin/artifactId configuration

Re: deploying site generated files

2006-05-02 Thread thenew05
When I tried the file:/// I get this error. Is there something else that needs to be setup to use the file:/// command? I opened the directory up fully, I am not sure what else to check. What do you have for the file:/// syntax. in my pom, I have: distributionManagement site idwebsite/id

Re: deploying site generated files

2006-05-02 Thread thenew05
Has the site:stage been removed? mvn site:stage -DstagingDirectory=/usr2/local/WWW/ [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'site'. [INFO] [ERROR] BUILD FAILURE [INFO]

Re: deploying site generated files

2006-05-01 Thread thenew05
I made some changes to the pom, but now I can not continue to connect. scp://JSTAGE.com/WWW/ changed in my pom.xml [INFO] Cobertura Report generation was successful. [INFO] Generate CPD Report report. [ERROR] VM #displayTree: error : too few arguments to macro. Wanted 2 got 0 [ERROR] VM

Re: deploying site generated files

2006-05-01 Thread thenew05
I changed the path, so now I get a little different error. I there a way to run this without having to type in password every time. scp://jstage.com/usr2/local/WWW/ - Session: Opened Executing command: mkdir -p /usr2/local/WWW/. Executing command: mkdir -p /usr2/local/WWW/. Executing command:

Re: deploying site generated files

2006-05-01 Thread thenew05
Can I do a site:deploy with *file://* instead of the *scp://* ? What is the syntax for the file protocol? The build sever is the same as the jboss server. THanks On 5/1/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I changed the path, so now I get a little different error. I there a way

deploying site generated files

2006-04-28 Thread thenew05
I would like to move or deploy the site generated file to my web server (JBoss) that is on the same server as my build (mvn) server. I would like to allow others to view the site files from the web server. Can this be done? I have tried the urlscp.url I get an error...: [INFO]

Re: Maven2 : mvn site nullpointer

2006-04-25 Thread thenew05
I get this error even if I do not install the jar file. Just a simple mvn site, gives me the null error. On 4/24/06, Carlos Sanchez [EMAIL PROTECTED] wrote: you need to upgrade the project-info report plugin On 4/24/06, Wayne Fay [EMAIL PROTECTED] wrote: This might be related to his use

Re: Maven2 : mvn site nullpointer

2006-04-24 Thread thenew05
Did someone post an answer to this, I am having the same problem! Thanks On 4/6/06, Tom Joad [EMAIL PROTECTED] wrote: Hello all, When I add ${java.home}/../lib/tools.jar dependency groupIdsun.jdk/groupId artifactIdtools/artifactId version1.4.2/version

Re: Location of cobertura-maven-plugin?

2006-04-21 Thread thenew05
I still get an error for finding this plug-in: [INFO] Searching repository for plugin with prefix: 'cobertura'. [INFO] Ignoring available plugin update: 2.0-20060331.055400-6 as it requires Maven version 2.0.3-SNAPSHOT [INFO]

Re: Location of cobertura-maven-plugin?

2006-04-21 Thread thenew05
I changed the version number of the plug-in now I get a different error. All of my configuring I am getting from the doc. at codehaus. But here is the new error. mvn cobertura:cobertura [INFO] Searching repository for plugin with prefix: 'cobertura'. Downloading:

Re: Location of cobertura-maven-plugin?

2006-04-21 Thread thenew05
I am using version 2.0.2! On 4/21/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I changed the version number of the plug-in now I get a different error. All of my configuring I am getting from the doc. at codehaus. But here is the new error. mvn cobertura:cobertura [INFO] Searching

Re: Location of cobertura-maven-plugin?

2006-04-21 Thread thenew05
This is the current setting now, but still the same error. plugin groupIdorg.codehaus.mojo/groupId artifactIdcobertura-maven-plugin/artifactId version1.7/version executions execution goals goalclean/goal /goals

Re: Location of cobertura-maven-plugin?

2006-04-21 Thread thenew05
Thanks, That seemed to work, but now I have other errors! It seems that cobertura does not like multi level project for instrument goals. Thanks again! On 4/21/06, Boris Lenzinger [EMAIL PROTECTED] wrote: I also use 2.0.2 with no problem. Here is my section for the cobertura plugin:

Overriding Sub-project commands

2006-04-13 Thread thenew05
I have a multi-project build. From the top main project I would like to override command in the sub-projects. I have a main project, with some sub-projects, in the subproject, I have a few wars, and jars being built. In the pom for the sub-project, I tell mvn which directory to build the wars

Re: Overriding Sub-project commands

2006-04-13 Thread thenew05
Thanks, that did work, but the correct tags would be: In the sub-project pom. build pluginManagement plugins plugin artifactIdmaven-war-plugin/artifactId configuration outputDirectory${war.dir}/outputDirectory /configuration /plugin /plugins /pluginManagement /build On 4/13/06,

Re: include jboss-web.xml file

2006-03-24 Thread thenew05
Is anyone having this problem? On 3/22/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Thanks, I have a few differences: * I have a different file structure than the default maven setup. MainProject | | \ __ WEB-INF/ |

Re: include jboss-web.xml file

2006-03-22 Thread thenew05
I want to add my jboss-web.xml with my web.xml file in my WEB-INF directory in my WAR file. Is there a way to include this file in the war with maven 2? On 3/21/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I can not get maven2 to add my *jboss-web.xml* file in my war file. Here is my

Re: Maven directory structure

2006-03-22 Thread thenew05
Just to add, if you use a custom directory structure, there is little more work to get this configure. With the default settings the maven lifecycle works great! Very little added configuration. On 3/22/06, Tom Joad [EMAIL PROTECTED] wrote: We have a project with eclipse standard layout,

Re: include jboss-web.xml file

2006-03-22 Thread thenew05
Thanks, I have a few differences: * I have a different file structure than the default maven setup. MainProject | | \ __ WEB-INF/ | |_ web.xml |_ jboss.xml | \ __

include jboss-web.xml file

2006-03-21 Thread thenew05
I can not get maven2 to add my *jboss-web.xml* file in my war file. Here is my plugin for it! With the includes/ my war file builds as empty war no class files added. How do I get this file in my war? plugin artifactIdmaven-war-plugin/artifactId configuration

release:prepare errors

2006-03-09 Thread thenew05
I can not get the *releases:prepare* command to work. I am using maven 2.0.2. Subversion 1.2.4. Also, it seems that the release:prepare is checkin the generated pom.xml to my trunk. Is that suppose to happen? I can do a command line for the svn copy. mvn -e release:prepare -

Re: release:prepare errors

2006-03-09 Thread thenew05
I believe I am overwriting the pom tagBase with the command line for the tagBase! On 3/9/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I can not get the *releases:prepare* command to work. I am using maven 2.0.2. Subversion 1.2.4. Also, it seems that the release:prepare is checkin the

Re: release:prepare errors

2006-03-09 Thread thenew05
The pom in the scm, I then check out the project then, I can run maven from the work directory. Then the release:prepare replaces the current pom with the tag pom that is generated. Can someone help with this problem? Thanks, On 3/9/06, Alexandre Poitras [EMAIL PROTECTED] wrote: It is, poms

Check out from subversion with maven 2.0

2006-02-22 Thread thenew05
I have been following the book, Pragmatic Project Automation, Chapter 3. The recommendation a build process is: 1. Delete the last build 2. Check out the current project 3. Run the build Is there a maven 2.0 solution to checking out the code from the repository. I know I can have the

Re: Why Continuum?

2006-02-21 Thread thenew05
I just went through this process this month. When I started I was using maven 2.0 for my builds. Cruisecontrol did not have full support for it.(I thought) So I started playing with Continuum, not as easy to setup as Cruisecontrol. After about a week playing with Continuum, I decided I just liked