target discrepancy with Mavenide NetBeans plugin

2007-09-11 Thread John Coleman
I'm trying to run my project using the Mavenide for NetBeans.

 

I notice that the NB run setup creates a profile in pom.xml, but when
you run it in NB, it expects the artefact in a project subdirectoy of
target/executable-netbeans, so the execution fails.

 

But the default location for the build is target, can anyone explain
this?

 

TIA,

John

 

 

[INFO]Scanning for projects...

[INFO]artifact org.codehaus.mevenide:netbeans-run-plugin: checking for
updates from company

[INFO]artifact org.codehaus.mevenide:netbeans-run-plugin: checking for
updates from Marketcetera

[INFO]--
--

[INFO]Building FIX Message Simulator

[INFO]   task-segment: [package,
org.codehaus.mevenide:netbeans-run-plugin:LATEST:run-jar]

[INFO]--
--

project-execute

[INFO]artifact org.apache.maven.plugins:maven-resources-plugin: checking
for updates from netbeansIDE-repo-internal

[INFO]artifact org.apache.maven.plugins:maven-compiler-plugin: checking
for updates from netbeansIDE-repo-internal

[INFO]artifact org.apache.maven.plugins:maven-surefire-plugin: checking
for updates from netbeansIDE-repo-internal

[INFO]artifact org.apache.maven.plugins:maven-jar-plugin: checking for
updates from netbeansIDE-repo-internal

[INFO]artifact org.apache.maven.plugins:maven-dependency-plugin:
checking for updates from netbeansIDE-repo-internal

[INFO]artifact org.apache.maven.plugins:maven-assembly-plugin: checking
for updates from netbeansIDE-repo-internal

[resources:resources]

[INFO]Using default encoding to copy filtered resources.

[WARN]Unable to get resource from repository company
(http://ldnbank01-srv/maven2)

[WARN]Unable to get resource from repository Marketcetera
(http://repo.marketcetera.org/maven)

[WARN]Unable to get resource from repository central
(http://repo1.maven.org/maven2)

[WARN]Unable to get resource from repository company
(http://ldnbank01-srv/maven2)

[WARN]Unable to get resource from repository Marketcetera
(http://repo.marketcetera.org/maven)

[WARN]Unable to get resource from repository central
(http://repo1.maven.org/maven2)

[compiler:compile]

[INFO]Nothing to compile - all classes are up to date

[resources:testResources]

[INFO]Using default encoding to copy filtered resources.

[compiler:testCompile]

[INFO]Nothing to compile - all classes are up to date

[surefire:test]

[INFO]No tests to run.

[jar:jar]

[INFO]Building jar:
Z:\jcoleman\projects\TestSim\TestInitiator\target\FIXTestSim-1.0-SNAPSHO
T.jar

[dependency:copy-dependencies {execution: get-deps}]

[INFO]backport-util-concurrent-2.1.jar already exists in destination.

[INFO]jbcl-3.0-rt.jar already exists in destination.

[INFO]jgl-3.1.0.jar already exists in destination.

[INFO]junit-3.8.1.jar already exists in destination.

[INFO]log4j-1.2.13.jar already exists in destination.

[INFO]mina-core-1.1.2.jar already exists in destination.

[INFO]slf4j-api-1.4.3.jar already exists in destination.

[INFO]slf4j-log4j12-1.4.3.jar already exists in destination.

[INFO]quickfixj-1.1.0.jar already exists in destination.

[INFO]tantus-toolbox-1.1.jar already exists in destination.

[INFO]Preparing assembly:directory

[INFO]--
--

[INFO]Building FIX Message Simulator

[INFO]--
--

[WARN]Removing: directory from forked lifecycle, to prevent recursive
invocation.

[resources:resources]

[INFO]Using default encoding to copy filtered resources.

[compiler:compile]

[INFO]Nothing to compile - all classes are up to date

[resources:testResources]

[INFO]Using default encoding to copy filtered resources.

[compiler:testCompile]

[INFO]Nothing to compile - all classes are up to date

[surefire:test]

[INFO]No tests to run.

[jar:jar]

[INFO]Building jar:
Z:\jcoleman\projects\TestSim\TestInitiator\target\FIXTestSim-1.0-SNAPSHO
T.jar

[dependency:copy-dependencies {execution: get-deps}]

[INFO]backport-util-concurrent-2.1.jar already exists in destination.

[INFO]jbcl-3.0-rt.jar already exists in destination.

[INFO]jgl-3.1.0.jar already exists in destination.

[INFO]junit-3.8.1.jar already exists in destination.

[INFO]log4j-1.2.13.jar already exists in destination.

[INFO]mina-core-1.1.2.jar already exists in destination.

[INFO]slf4j-api-1.4.3.jar already exists in destination.

[INFO]slf4j-log4j12-1.4.3.jar already exists in destination.

[INFO]quickfixj-1.1.0.jar already exists in destination.

[INFO]tantus-toolbox-1.1.jar already exists in destination.

[WARN]DEPRECATED [descriptor]: Please use descriptors instead

[assembly:directory {execution: nb}]

[INFO]Processing DependencySet (output=lib)

[INFO]Copying 10 files to
Z:\jcoleman\projects\TestSim\TestInitiator\target\executable-netbeans.di
r

[INFO]artifact org.apache.maven:maven-project: checking for updates from

Re: target discrepancy with Mavenide NetBeans plugin

2007-09-11 Thread Milos Kleint

John Coleman wrote:

I'm trying to run my project using the Mavenide for NetBeans.

 


I notice that the NB run setup creates a profile in pom.xml, but when
you run it in NB, it expects the artefact in a project subdirectoy of
target/executable-netbeans, so the execution fails.

 


But the default location for the build is target, can anyone explain
this?
  


possibly duplicate of http://jira.codehaus.org/browse/MEVENIDE-523
fixed in netbeans 6.0 based binaries.

Milos
 


TIA,

John

 

 


[INFO]Scanning for projects...

[INFO]artifact org.codehaus.mevenide:netbeans-run-plugin: checking for
updates from company

[INFO]artifact org.codehaus.mevenide:netbeans-run-plugin: checking for
updates from Marketcetera

[INFO]--
--

[INFO]Building FIX Message Simulator

[INFO]   task-segment: [package,
org.codehaus.mevenide:netbeans-run-plugin:LATEST:run-jar]

[INFO]--
--

project-execute

[INFO]artifact org.apache.maven.plugins:maven-resources-plugin: checking
for updates from netbeansIDE-repo-internal

[INFO]artifact org.apache.maven.plugins:maven-compiler-plugin: checking
for updates from netbeansIDE-repo-internal

[INFO]artifact org.apache.maven.plugins:maven-surefire-plugin: checking
for updates from netbeansIDE-repo-internal

[INFO]artifact org.apache.maven.plugins:maven-jar-plugin: checking for
updates from netbeansIDE-repo-internal

[INFO]artifact org.apache.maven.plugins:maven-dependency-plugin:
checking for updates from netbeansIDE-repo-internal

[INFO]artifact org.apache.maven.plugins:maven-assembly-plugin: checking
for updates from netbeansIDE-repo-internal

[resources:resources]

[INFO]Using default encoding to copy filtered resources.

[WARN]Unable to get resource from repository company
(http://ldnbank01-srv/maven2)

[WARN]Unable to get resource from repository Marketcetera
(http://repo.marketcetera.org/maven)

[WARN]Unable to get resource from repository central
(http://repo1.maven.org/maven2)

[WARN]Unable to get resource from repository company
(http://ldnbank01-srv/maven2)

[WARN]Unable to get resource from repository Marketcetera
(http://repo.marketcetera.org/maven)

[WARN]Unable to get resource from repository central
(http://repo1.maven.org/maven2)

[compiler:compile]

[INFO]Nothing to compile - all classes are up to date

[resources:testResources]

[INFO]Using default encoding to copy filtered resources.

[compiler:testCompile]

[INFO]Nothing to compile - all classes are up to date

[surefire:test]

[INFO]No tests to run.

[jar:jar]

[INFO]Building jar:
Z:\jcoleman\projects\TestSim\TestInitiator\target\FIXTestSim-1.0-SNAPSHO
T.jar

[dependency:copy-dependencies {execution: get-deps}]

[INFO]backport-util-concurrent-2.1.jar already exists in destination.

[INFO]jbcl-3.0-rt.jar already exists in destination.

[INFO]jgl-3.1.0.jar already exists in destination.

[INFO]junit-3.8.1.jar already exists in destination.

[INFO]log4j-1.2.13.jar already exists in destination.

[INFO]mina-core-1.1.2.jar already exists in destination.

[INFO]slf4j-api-1.4.3.jar already exists in destination.

[INFO]slf4j-log4j12-1.4.3.jar already exists in destination.

[INFO]quickfixj-1.1.0.jar already exists in destination.

[INFO]tantus-toolbox-1.1.jar already exists in destination.

[INFO]Preparing assembly:directory

[INFO]--
--

[INFO]Building FIX Message Simulator

[INFO]--
--

[WARN]Removing: directory from forked lifecycle, to prevent recursive
invocation.

[resources:resources]

[INFO]Using default encoding to copy filtered resources.

[compiler:compile]

[INFO]Nothing to compile - all classes are up to date

[resources:testResources]

[INFO]Using default encoding to copy filtered resources.

[compiler:testCompile]

[INFO]Nothing to compile - all classes are up to date

[surefire:test]

[INFO]No tests to run.

[jar:jar]

[INFO]Building jar:
Z:\jcoleman\projects\TestSim\TestInitiator\target\FIXTestSim-1.0-SNAPSHO
T.jar

[dependency:copy-dependencies {execution: get-deps}]

[INFO]backport-util-concurrent-2.1.jar already exists in destination.

[INFO]jbcl-3.0-rt.jar already exists in destination.

[INFO]jgl-3.1.0.jar already exists in destination.

[INFO]junit-3.8.1.jar already exists in destination.

[INFO]log4j-1.2.13.jar already exists in destination.

[INFO]mina-core-1.1.2.jar already exists in destination.

[INFO]slf4j-api-1.4.3.jar already exists in destination.

[INFO]slf4j-log4j12-1.4.3.jar already exists in destination.

[INFO]quickfixj-1.1.0.jar already exists in destination.

[INFO]tantus-toolbox-1.1.jar already exists in destination.

[WARN]DEPRECATED [descriptor]: Please use descriptors instead

[assembly:directory {execution: nb}]

[INFO]Processing DependencySet (output=lib)

[INFO]Copying 10 files to

RE: target discrepancy with Mavenide NetBeans plugin

2007-09-11 Thread John Coleman
Hi,

Yes I have seen that bug before, but in this case there is no .dir in
the netbeans folder.

Is this really related, and fixed?

TIA
John

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: 11 September 2007 13:15
To: Maven Users List
Subject: Re: target discrepancy with Mavenide NetBeans plugin

John Coleman wrote:
 I'm trying to run my project using the Mavenide for NetBeans.

  

 I notice that the NB run setup creates a profile in pom.xml, but when
 you run it in NB, it expects the artefact in a project subdirectoy of
 target/executable-netbeans, so the execution fails.

  

 But the default location for the build is target, can anyone explain
 this?
   

possibly duplicate of http://jira.codehaus.org/browse/MEVENIDE-523
fixed in netbeans 6.0 based binaries.

Milos
  

 TIA,

 John

  

  

 [INFO]Scanning for projects...

 [INFO]artifact org.codehaus.mevenide:netbeans-run-plugin: checking for
 updates from company

 [INFO]artifact org.codehaus.mevenide:netbeans-run-plugin: checking for
 updates from Marketcetera


[INFO]--
 --

 [INFO]Building FIX Message Simulator

 [INFO]   task-segment: [package,
 org.codehaus.mevenide:netbeans-run-plugin:LATEST:run-jar]


[INFO]--
 --

 project-execute

 [INFO]artifact org.apache.maven.plugins:maven-resources-plugin:
checking
 for updates from netbeansIDE-repo-internal

 [INFO]artifact org.apache.maven.plugins:maven-compiler-plugin:
checking
 for updates from netbeansIDE-repo-internal

 [INFO]artifact org.apache.maven.plugins:maven-surefire-plugin:
checking
 for updates from netbeansIDE-repo-internal

 [INFO]artifact org.apache.maven.plugins:maven-jar-plugin: checking for
 updates from netbeansIDE-repo-internal

 [INFO]artifact org.apache.maven.plugins:maven-dependency-plugin:
 checking for updates from netbeansIDE-repo-internal

 [INFO]artifact org.apache.maven.plugins:maven-assembly-plugin:
checking
 for updates from netbeansIDE-repo-internal

 [resources:resources]

 [INFO]Using default encoding to copy filtered resources.

 [WARN]Unable to get resource from repository company
 (http://ldnbank01-srv/maven2)

 [WARN]Unable to get resource from repository Marketcetera
 (http://repo.marketcetera.org/maven)

 [WARN]Unable to get resource from repository central
 (http://repo1.maven.org/maven2)

 [WARN]Unable to get resource from repository company
 (http://ldnbank01-srv/maven2)

 [WARN]Unable to get resource from repository Marketcetera
 (http://repo.marketcetera.org/maven)

 [WARN]Unable to get resource from repository central
 (http://repo1.maven.org/maven2)

 [compiler:compile]

 [INFO]Nothing to compile - all classes are up to date

 [resources:testResources]

 [INFO]Using default encoding to copy filtered resources.

 [compiler:testCompile]

 [INFO]Nothing to compile - all classes are up to date

 [surefire:test]

 [INFO]No tests to run.

 [jar:jar]

 [INFO]Building jar:

Z:\jcoleman\projects\TestSim\TestInitiator\target\FIXTestSim-1.0-SNAPSHO
 T.jar

 [dependency:copy-dependencies {execution: get-deps}]

 [INFO]backport-util-concurrent-2.1.jar already exists in destination.

 [INFO]jbcl-3.0-rt.jar already exists in destination.

 [INFO]jgl-3.1.0.jar already exists in destination.

 [INFO]junit-3.8.1.jar already exists in destination.

 [INFO]log4j-1.2.13.jar already exists in destination.

 [INFO]mina-core-1.1.2.jar already exists in destination.

 [INFO]slf4j-api-1.4.3.jar already exists in destination.

 [INFO]slf4j-log4j12-1.4.3.jar already exists in destination.

 [INFO]quickfixj-1.1.0.jar already exists in destination.

 [INFO]tantus-toolbox-1.1.jar already exists in destination.

 [INFO]Preparing assembly:directory


[INFO]--
 --

 [INFO]Building FIX Message Simulator


[INFO]--
 --

 [WARN]Removing: directory from forked lifecycle, to prevent recursive
 invocation.

 [resources:resources]

 [INFO]Using default encoding to copy filtered resources.

 [compiler:compile]

 [INFO]Nothing to compile - all classes are up to date

 [resources:testResources]

 [INFO]Using default encoding to copy filtered resources.

 [compiler:testCompile]

 [INFO]Nothing to compile - all classes are up to date

 [surefire:test]

 [INFO]No tests to run.

 [jar:jar]

 [INFO]Building jar:

Z:\jcoleman\projects\TestSim\TestInitiator\target\FIXTestSim-1.0-SNAPSHO
 T.jar

 [dependency:copy-dependencies {execution: get-deps}]

 [INFO]backport-util-concurrent-2.1.jar already exists in destination.

 [INFO]jbcl-3.0-rt.jar already exists in destination.

 [INFO]jgl-3.1.0.jar already exists in destination.

 [INFO]junit-3.8.1.jar already exists in destination.

 [INFO]log4j-1.2.13.jar already exists in destination.

 [INFO]mina-core-1.1.2.jar already exists

Re: target discrepancy with Mavenide NetBeans plugin

2007-09-11 Thread Milos Kleint
what version of netbeans are you running on? Can you confirm that the
assembly-plugin executes as part of the build?

Milos

On 9/11/07, John Coleman [EMAIL PROTECTED] wrote:
 Hi,

 Yes I have seen that bug before, but in this case there is no .dir in
 the netbeans folder.

 Is this really related, and fixed?

 TIA
 John

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: 11 September 2007 13:15
 To: Maven Users List
 Subject: Re: target discrepancy with Mavenide NetBeans plugin

 John Coleman wrote:
  I'm trying to run my project using the Mavenide for NetBeans.
 
 
 
  I notice that the NB run setup creates a profile in pom.xml, but when
  you run it in NB, it expects the artefact in a project subdirectoy of
  target/executable-netbeans, so the execution fails.
 
 
 
  But the default location for the build is target, can anyone explain
  this?
 

 possibly duplicate of http://jira.codehaus.org/browse/MEVENIDE-523
 fixed in netbeans 6.0 based binaries.

 Milos
 
 
  TIA,
 
  John
 
 
 
 
 
  [INFO]Scanning for projects...
 
  [INFO]artifact org.codehaus.mevenide:netbeans-run-plugin: checking for
  updates from company
 
  [INFO]artifact org.codehaus.mevenide:netbeans-run-plugin: checking for
  updates from Marketcetera
 
 
 [INFO]--
  --
 
  [INFO]Building FIX Message Simulator
 
  [INFO]   task-segment: [package,
  org.codehaus.mevenide:netbeans-run-plugin:LATEST:run-jar]
 
 
 [INFO]--
  --
 
  project-execute
 
  [INFO]artifact org.apache.maven.plugins:maven-resources-plugin:
 checking
  for updates from netbeansIDE-repo-internal
 
  [INFO]artifact org.apache.maven.plugins:maven-compiler-plugin:
 checking
  for updates from netbeansIDE-repo-internal
 
  [INFO]artifact org.apache.maven.plugins:maven-surefire-plugin:
 checking
  for updates from netbeansIDE-repo-internal
 
  [INFO]artifact org.apache.maven.plugins:maven-jar-plugin: checking for
  updates from netbeansIDE-repo-internal
 
  [INFO]artifact org.apache.maven.plugins:maven-dependency-plugin:
  checking for updates from netbeansIDE-repo-internal
 
  [INFO]artifact org.apache.maven.plugins:maven-assembly-plugin:
 checking
  for updates from netbeansIDE-repo-internal
 
  [resources:resources]
 
  [INFO]Using default encoding to copy filtered resources.
 
  [WARN]Unable to get resource from repository company
  (http://ldnbank01-srv/maven2)
 
  [WARN]Unable to get resource from repository Marketcetera
  (http://repo.marketcetera.org/maven)
 
  [WARN]Unable to get resource from repository central
  (http://repo1.maven.org/maven2)
 
  [WARN]Unable to get resource from repository company
  (http://ldnbank01-srv/maven2)
 
  [WARN]Unable to get resource from repository Marketcetera
  (http://repo.marketcetera.org/maven)
 
  [WARN]Unable to get resource from repository central
  (http://repo1.maven.org/maven2)
 
  [compiler:compile]
 
  [INFO]Nothing to compile - all classes are up to date
 
  [resources:testResources]
 
  [INFO]Using default encoding to copy filtered resources.
 
  [compiler:testCompile]
 
  [INFO]Nothing to compile - all classes are up to date
 
  [surefire:test]
 
  [INFO]No tests to run.
 
  [jar:jar]
 
  [INFO]Building jar:
 
 Z:\jcoleman\projects\TestSim\TestInitiator\target\FIXTestSim-1.0-SNAPSHO
  T.jar
 
  [dependency:copy-dependencies {execution: get-deps}]
 
  [INFO]backport-util-concurrent-2.1.jar already exists in destination.
 
  [INFO]jbcl-3.0-rt.jar already exists in destination.
 
  [INFO]jgl-3.1.0.jar already exists in destination.
 
  [INFO]junit-3.8.1.jar already exists in destination.
 
  [INFO]log4j-1.2.13.jar already exists in destination.
 
  [INFO]mina-core-1.1.2.jar already exists in destination.
 
  [INFO]slf4j-api-1.4.3.jar already exists in destination.
 
  [INFO]slf4j-log4j12-1.4.3.jar already exists in destination.
 
  [INFO]quickfixj-1.1.0.jar already exists in destination.
 
  [INFO]tantus-toolbox-1.1.jar already exists in destination.
 
  [INFO]Preparing assembly:directory
 
 
 [INFO]--
  --
 
  [INFO]Building FIX Message Simulator
 
 
 [INFO]--
  --
 
  [WARN]Removing: directory from forked lifecycle, to prevent recursive
  invocation.
 
  [resources:resources]
 
  [INFO]Using default encoding to copy filtered resources.
 
  [compiler:compile]
 
  [INFO]Nothing to compile - all classes are up to date
 
  [resources:testResources]
 
  [INFO]Using default encoding to copy filtered resources.
 
  [compiler:testCompile]
 
  [INFO]Nothing to compile - all classes are up to date
 
  [surefire:test]
 
  [INFO]No tests to run.
 
  [jar:jar]
 
  [INFO]Building jar:
 
 Z:\jcoleman\projects\TestSim\TestInitiator\target\FIXTestSim-1.0-SNAPSHO
  T.jar
 
  [dependency:copy-dependencies {execution

RE: target discrepancy with Mavenide NetBeans plugin

2007-09-11 Thread John Coleman
Hi Milos,

I am still on 5.5 - now I look at the log again, perhaps this is the
JIRA issue you mentioned afterall.

I may get hold of the latest NB just to try it and see.

John

-Original Message-
From: Milos Kleint [mailto:[EMAIL PROTECTED] 
Sent: 11 September 2007 14:22
To: Maven Users List
Subject: Re: target discrepancy with Mavenide NetBeans plugin

what version of netbeans are you running on? Can you confirm that the
assembly-plugin executes as part of the build?

Milos

On 9/11/07, John Coleman [EMAIL PROTECTED]
wrote:
 Hi,

 Yes I have seen that bug before, but in this case there is no .dir in
 the netbeans folder.

 Is this really related, and fixed?

 TIA
 John

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: 11 September 2007 13:15
 To: Maven Users List
 Subject: Re: target discrepancy with Mavenide NetBeans plugin

 John Coleman wrote:
  I'm trying to run my project using the Mavenide for NetBeans.
 
 
 
  I notice that the NB run setup creates a profile in pom.xml, but
when
  you run it in NB, it expects the artefact in a project subdirectoy
of
  target/executable-netbeans, so the execution fails.
 
 
 
  But the default location for the build is target, can anyone explain
  this?
 

 possibly duplicate of http://jira.codehaus.org/browse/MEVENIDE-523
 fixed in netbeans 6.0 based binaries.

 Milos
 
 
  TIA,
 
  John
 
 
 
 
 
  [INFO]Scanning for projects...
 
  [INFO]artifact org.codehaus.mevenide:netbeans-run-plugin: checking
for
  updates from company
 
  [INFO]artifact org.codehaus.mevenide:netbeans-run-plugin: checking
for
  updates from Marketcetera
 
 

[INFO]--
  --
 
  [INFO]Building FIX Message Simulator
 
  [INFO]   task-segment: [package,
  org.codehaus.mevenide:netbeans-run-plugin:LATEST:run-jar]
 
 

[INFO]--
  --
 
  project-execute
 
  [INFO]artifact org.apache.maven.plugins:maven-resources-plugin:
 checking
  for updates from netbeansIDE-repo-internal
 
  [INFO]artifact org.apache.maven.plugins:maven-compiler-plugin:
 checking
  for updates from netbeansIDE-repo-internal
 
  [INFO]artifact org.apache.maven.plugins:maven-surefire-plugin:
 checking
  for updates from netbeansIDE-repo-internal
 
  [INFO]artifact org.apache.maven.plugins:maven-jar-plugin: checking
for
  updates from netbeansIDE-repo-internal
 
  [INFO]artifact org.apache.maven.plugins:maven-dependency-plugin:
  checking for updates from netbeansIDE-repo-internal
 
  [INFO]artifact org.apache.maven.plugins:maven-assembly-plugin:
 checking
  for updates from netbeansIDE-repo-internal
 
  [resources:resources]
 
  [INFO]Using default encoding to copy filtered resources.
 
  [WARN]Unable to get resource from repository company
  (http://ldnbank01-srv/maven2)
 
  [WARN]Unable to get resource from repository Marketcetera
  (http://repo.marketcetera.org/maven)
 
  [WARN]Unable to get resource from repository central
  (http://repo1.maven.org/maven2)
 
  [WARN]Unable to get resource from repository company
  (http://ldnbank01-srv/maven2)
 
  [WARN]Unable to get resource from repository Marketcetera
  (http://repo.marketcetera.org/maven)
 
  [WARN]Unable to get resource from repository central
  (http://repo1.maven.org/maven2)
 
  [compiler:compile]
 
  [INFO]Nothing to compile - all classes are up to date
 
  [resources:testResources]
 
  [INFO]Using default encoding to copy filtered resources.
 
  [compiler:testCompile]
 
  [INFO]Nothing to compile - all classes are up to date
 
  [surefire:test]
 
  [INFO]No tests to run.
 
  [jar:jar]
 
  [INFO]Building jar:
 

Z:\jcoleman\projects\TestSim\TestInitiator\target\FIXTestSim-1.0-SNAPSHO
  T.jar
 
  [dependency:copy-dependencies {execution: get-deps}]
 
  [INFO]backport-util-concurrent-2.1.jar already exists in
destination.
 
  [INFO]jbcl-3.0-rt.jar already exists in destination.
 
  [INFO]jgl-3.1.0.jar already exists in destination.
 
  [INFO]junit-3.8.1.jar already exists in destination.
 
  [INFO]log4j-1.2.13.jar already exists in destination.
 
  [INFO]mina-core-1.1.2.jar already exists in destination.
 
  [INFO]slf4j-api-1.4.3.jar already exists in destination.
 
  [INFO]slf4j-log4j12-1.4.3.jar already exists in destination.
 
  [INFO]quickfixj-1.1.0.jar already exists in destination.
 
  [INFO]tantus-toolbox-1.1.jar already exists in destination.
 
  [INFO]Preparing assembly:directory
 
 

[INFO]--
  --
 
  [INFO]Building FIX Message Simulator
 
 

[INFO]--
  --
 
  [WARN]Removing: directory from forked lifecycle, to prevent
recursive
  invocation.
 
  [resources:resources]
 
  [INFO]Using default encoding to copy filtered resources.
 
  [compiler:compile]
 
  [INFO]Nothing to compile - all classes are up to date

Re: target discrepancy with Mavenide NetBeans plugin

2007-09-11 Thread Milos Kleint

John Coleman wrote:

Hi Milos,

I am still on 5.5 - now I look at the log again, perhaps this is the
JIRA issue you mentioned afterall.

I may get hold of the latest NB just to try it and see.
  
please check the issue or some other that this one links to. it shows a 
workaround with explicitly declaring the assembly plugin version in the 
pom.xml


if you want to check the 6.0, please wait for the shortly to be released 
beta1 (rather than installing rather old milestone 10 or daily builds)



Milos



John

-Original Message-
From: Milos Kleint [mailto:[EMAIL PROTECTED] 
Sent: 11 September 2007 14:22

To: Maven Users List
Subject: Re: target discrepancy with Mavenide NetBeans plugin

what version of netbeans are you running on? Can you confirm that the
assembly-plugin executes as part of the build?

Milos

On 9/11/07, John Coleman [EMAIL PROTECTED]
wrote:
  

Hi,

Yes I have seen that bug before, but in this case there is no .dir in
the netbeans folder.

Is this really related, and fixed?

TIA
John

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 11 September 2007 13:15
To: Maven Users List
Subject: Re: target discrepancy with Mavenide NetBeans plugin

John Coleman wrote:


I'm trying to run my project using the Mavenide for NetBeans.



I notice that the NB run setup creates a profile in pom.xml, but
  

when
  

you run it in NB, it expects the artefact in a project subdirectoy
  

of
  

target/executable-netbeans, so the execution fails.



But the default location for the build is target, can anyone explain
this?

  

possibly duplicate of http://jira.codehaus.org/browse/MEVENIDE-523
fixed in netbeans 6.0 based binaries.

Milos


TIA,

John





[INFO]Scanning for projects...

[INFO]artifact org.codehaus.mevenide:netbeans-run-plugin: checking
  

for
  

updates from company

[INFO]artifact org.codehaus.mevenide:netbeans-run-plugin: checking
  

for
  

updates from Marketcetera


  

[INFO]--
  

--

[INFO]Building FIX Message Simulator

[INFO]   task-segment: [package,
org.codehaus.mevenide:netbeans-run-plugin:LATEST:run-jar]


  

[INFO]--
  

--

project-execute

[INFO]artifact org.apache.maven.plugins:maven-resources-plugin:
  

checking


for updates from netbeansIDE-repo-internal

[INFO]artifact org.apache.maven.plugins:maven-compiler-plugin:
  

checking


for updates from netbeansIDE-repo-internal

[INFO]artifact org.apache.maven.plugins:maven-surefire-plugin:
  

checking


for updates from netbeansIDE-repo-internal

[INFO]artifact org.apache.maven.plugins:maven-jar-plugin: checking
  

for
  

updates from netbeansIDE-repo-internal

[INFO]artifact org.apache.maven.plugins:maven-dependency-plugin:
checking for updates from netbeansIDE-repo-internal

[INFO]artifact org.apache.maven.plugins:maven-assembly-plugin:
  

checking


for updates from netbeansIDE-repo-internal

[resources:resources]

[INFO]Using default encoding to copy filtered resources.

[WARN]Unable to get resource from repository company
(http://ldnbank01-srv/maven2)

[WARN]Unable to get resource from repository Marketcetera
(http://repo.marketcetera.org/maven)

[WARN]Unable to get resource from repository central
(http://repo1.maven.org/maven2)

[WARN]Unable to get resource from repository company
(http://ldnbank01-srv/maven2)

[WARN]Unable to get resource from repository Marketcetera
(http://repo.marketcetera.org/maven)

[WARN]Unable to get resource from repository central
(http://repo1.maven.org/maven2)

[compiler:compile]

[INFO]Nothing to compile - all classes are up to date

[resources:testResources]

[INFO]Using default encoding to copy filtered resources.

[compiler:testCompile]

[INFO]Nothing to compile - all classes are up to date

[surefire:test]

[INFO]No tests to run.

[jar:jar]

[INFO]Building jar:

  

Z:\jcoleman\projects\TestSim\TestInitiator\target\FIXTestSim-1.0-SNAPSHO
  

T.jar

[dependency:copy-dependencies {execution: get-deps}]

[INFO]backport-util-concurrent-2.1.jar already exists in
  

destination.
  

[INFO]jbcl-3.0-rt.jar already exists in destination.

[INFO]jgl-3.1.0.jar already exists in destination.

[INFO]junit-3.8.1.jar already exists in destination.

[INFO]log4j-1.2.13.jar already exists in destination.

[INFO]mina-core-1.1.2.jar already exists in destination.

[INFO]slf4j-api-1.4.3.jar already exists in destination.

[INFO]slf4j-log4j12-1.4.3.jar already exists in destination.

[INFO]quickfixj-1.1.0.jar already exists in destination.

[INFO]tantus-toolbox-1.1.jar already exists in destination.

[INFO]Preparing assembly:directory


  

[INFO]--
  

--

[INFO]Building FIX Message Simulator


  

[INFO