Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cbi-dev] Fwd: [jdt-core-dev] Cannot build JDT Core project

Has anybody seen this while building on windows?  To me it looks like a bad command line.

Is there a profile to disable API generation?

PW

---------- Forwarded message ----------
From: Sorra <dawnstar@xxxxxxx>
Date: Wed, Apr 17, 2013 at 11:56 PM
Subject: Re: [jdt-core-dev] Cannot build JDT Core project
To: "Eclipse JDT Core developers list." <jdt-core-dev@xxxxxxxxxxx>


Thanks, it works for resolving dependecies.
 
Buy after long time dowloading dependencies, I encounter this error:
 
[INFO] Command line:
        cmd.exe /X /C ""c:\Program Files\Java\jdk1.7.0_09\jre\bin\java.exe" -XX:
-UseLoopPredicate -Dhelp.lucene.tokenizer=standard -jar C:\Users\hsorra\.m2\repo
sitory\p2\osgi\bundle\org.eclipse.equinox.launcher\1.3.0.v20120522-1813\org.ecli
pse.equinox.launcher-1.3.0.v20120522-1813.jar -install D:\opensource\eclipse.jdt
.core\org.eclipse.jdt.annotation\target\work -configuration D:\opensource\eclips
e.jdt.core\org.eclipse.jdt.annotation\target\work\configuration -data target/api
build-workspace -application org.eclipse.ant.core.antRunner -buildfile target/.a
pibuild.xml"
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] eclipse.jdt.core .................................. SUCCESS [0.434s]
[INFO] org.eclipse.jdt.annotation ........................ FAILURE [48.956s]
[INFO] org.eclipse.jdt.core .............................. SKIPPED
... ...
 
Is it because of Java version?
 
2013-04-18

From:Paul Webster
Subject:Re: [jdt-core-dev] Cannot build JDT Core project
To:"Eclipse JDT Core developers list."<jdt-core-dev@xxxxxxxxxxx>
Cc:
 
you would activate it as part of your mvn command.  ex:

mvn -Pbuild-individual-bundles  clean verify

--
Paul Webster
Hi floor.  Make me a sammich! - GIR

_______________________________________________
jdt-core-dev mailing list
jdt-core-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jdt-core-dev




--
Paul Webster
Hi floor.  Make me a sammich! - GIR

Back to the top