yang-le / simple

Automatically exported from code.google.com/p/simple
0 stars 0 forks source link

Compiling Errors.. Says 3.. Cant compile test.. #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. in cmd propmpt simplec Test/ simpleproject/project.properties 

What is the expected output? What do you see instead?
It should compile correctly.. I have set SIMPLE_HOME and ANDROID_HOME 
correctly.. I put them in by hand actually.. I replaced all instances with the 
correct folder.. I hope this is okay..

What version of the product are you using? On what operating system?
I am using Windows XP.. 

Please provide any additional information below.

C:\Documents and Settings\Johnny\My Documents\Downloads\Android\VB>simplec 
Test/ simpleproject/project.properties

C:\Documents and Settings\Johnny\My Documents\Downloads\Android\VB>set 
ANDROID_HOME="C:\Documents and Settings\Johnny\My 
Documents\Downloads\Android\android-sdk -windows"

C:\Documents and Settings\Johnny\My Documents\Downloads\Android\VB>set 
SIMPLE_HOME = "C:\Documents and Settings\Johnny\My 
Documents\Downloads\Android\android-sdk-windows"

C:\Documents and Settings\Johnny\My Documents\Downloads\Android\VB>java 
-classpa th "C:\Documents and Settings\Johnny\My 
Documents\Downloads\Android\android-sdk- 
windows\tools\lib\apkbuilder.jar";"C:\Documents and Settings\Johnny\My 
Documents 
\Downloads\Android\android-sdk-windows\platforms\android-1.5\tools\lib\dx.jar";"
 C:\Documents and Settings\Johnny\My 
Documents\Downloads\Android\android-sdk-wind 
ows\tools\lib\androidprefs.jar";"C:\Documents and Settings\Johnny\My 
Documents\D 
ownloads\Android\android-sdk-windows\tools\lib\jarutils.jar";"C:\Documents and 
S ettings\Johnny\My 
Documents\Downloads\Android\android-sdk-windows\SimpleCompiler? .jar" 
com.google.devtools.simple.compiler.Main Test/simpleproject/project.proper ties 
Aug 31, 2010 12:26:50 AM com.google.devtools.simple.compiler.RuntimeLoader? 
<init > SEVERE: Runtime library load failure java.lang.ClassNotFoundException?: 
com.google.devtools.simple.runtime.annotations .SimpleComponent?

    at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController?.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader?.loadClass(Unknown Source) at java.lang.ClassLoader?.loadClass(Unknown Source) at com.google.devtools.simple.compiler.RuntimeLoader?$RuntimeClassLoader?. 

loadClass(RuntimeLoader?.java:104)

    at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at com.google.devtools.simple.compiler.RuntimeLoader?.loadAnnotationClass 

(RuntimeLoader?.java:177)

    at com.google.devtools.simple.compiler.RuntimeLoader?.<init>(RuntimeLoade? 

r.java:219)

    at com.google.devtools.simple.compiler.Compiler.<init>(Compiler.java:543 

)

    at com.google.devtools.simple.compiler.Compiler.compile(Compiler.java:29 

6)

    at com.google.devtools.simple.compiler.Main.main(Main.java:45) 

: error: I/O error reading file null/SimpleAndroidRuntime?.jar Aug 31, 2010 
12:26:50 AM com.google.devtools.simple.compiler.RuntimeLoader? visit 
ClassDirectories? SEVERE: Runtime library load failure 
java.io.FileNotFoundException?: null\SimpleAndroidRuntime?.jar (The system 
cannot find the path specified)

    at java.util.zip.ZipFile?.open(Native Method) at java.util.zip.ZipFile?.<init>(Unknown Source) at java.util.jar.JarFile?.<init>(Unknown Source) at com.google.devtools.simple.compiler.RuntimeLoader?.visitClassDirectori 

es(RuntimeLoader?.java:530)

    at com.google.devtools.simple.compiler.RuntimeLoader?.loadSimpleObjects(R 

untimeLoader.java:609)

    at com.google.devtools.simple.compiler.Compiler.<init>(Compiler.java:544 

)

    at com.google.devtools.simple.compiler.Compiler.compile(Compiler.java:29 

6)

    at com.google.devtools.simple.compiler.Main.main(Main.java:45) 

: error: I/O error reading file SimpleAndroidRuntime?.jar Compiling 
com/mydomain/test/Test.simple com/mydomain/test/Test.simple:0: error: Property 
section of source file corrupte d Compilation errors: 3 Build finished in 0.047 
seconds 

Original issue reported on code.google.com by Pacman0...@gmail.com on 31 Aug 2010 at 4:56