Re: [mevenide-user] Re: 3.1.1 can't run java applications from netbeans anymore

"Anuradha G" <[email protected]> Thu, 15 May 2008 10:55:50 +0530
Newsgroups gmane.comp.jakarta.turbine.maven.mevenide.user
Message-ID <[email protected]>
Workaround this issue move your projects to deferent location (path with no
spaces)

Mevenide Team.

On Thu, May 15, 2008 at 4:10 AM, Ravi Luthra <[email protected]> wrote:

> Oh well I seemed to have figured out my problem...
>
> The default version of the exec-maven-plugin was 1.1-beta-1. When I change
> this to 1.1 in nbactions.xml (or in the Project properties, Actions area)
> the problem is fixed!
>
> Ravi
>
>
> On Wed, May 14, 2008 at 2:59 PM, Ravi Luthra <[email protected]> wrote:
>
>> Here's the last half of the build:
>>
>> [#compile]
>> [compiler:compile]
>> Nothing to compile - all classes are up to date
>> [exec:exec]
>> *'C:\Program' is not recognized as an internal or external command,
>> operable program or batch file.*
>> [ERROR]
>> [ERROR]
>> The following mojo encountered an error while executing:
>> Group-Id: org.codehaus.mojo
>> Artifact-Id: exec-maven-plugin
>> Version: 1.1-beta-1
>> Mojo: exec
>> brought in via: Direct invocation
>>
>> While building project:
>> Group-Id: com.some_company_name
>> Artifact-Id: some_company_name_utilities_application
>> Version: 1.0-SNAPSHOT
>> From file: C:\cvs\tools\utilities_tester\pom.xml
>> Reason: Result of "C:\Program Files\Java\jdk1.6.0_05\bin\java.exe"
>> -classpath "C:\Documents and* <huge list of jars>*;C:\cvs\tools\utilities_tester\target\classes"
>> com.some_company_name.tools.utilitiestester.UtilitiesTester execution is:
>> '1'.
>> ------------------------------------------------------------------------
>> For more information, run with the -e flag
>> ------------------------------------------------------------------------
>> BUILD FAILED
>> ------------------------------------------------------------------------
>> Total time: 6 seconds
>> Finished at: Wed May 14 14:45:51 PDT 2008
>> Final Memory: 42M/85M
>> ------------------------------------------------------------------------
>>
>>
>> Java is installed where it thinks it is. Wiped out local maven repo just
>> in case. Mevenide plugin settings are all set to defaults.
>>
>> In project Actions for "Run project"
>> Executive Goals: process-classes
>> org.codehaus.mojo:exec-maven-plugin:1.1-beta-1:exec
>> Active Profiles:
>> Set Properties: exec.args="-classpath %classpath
>> com.axolotl.tools.utilitiestester.UtilitiesTester" exec.executable=java
>>
>> It used to work in 3.0.x editions. Any ideas?
>>
>> Thanks,
>> Ravi
>>
>
>