sriramana20 / unitt

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

Doesn't generate any files #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Followed the Wiki instructions for making a bean and running it via maven

What is the expected output? What do you see instead?
to generate some *Bean source or class files

What version of the product are you using? On what operating system?
tried 1.0.0, 1.0.1/1.0.2 combo and not specifying
Apache Maven 3.0-alpha-5 (r883378; 2009-11-23 07:53:41-0800)
Java version: 1.6.0_17
Java home: C:\Program Files\Java\jdk1.6.0_17\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7" version: "6.1" arch: "x86" Family: "windows"

Please provide any additional information below.
[INFO] --- buildtools:1.0.2:modeldata (default) @ irp ---
warning: Annotation types without processors: [RemoteServiceRelativePath,
java.lang.Override, ModelDataBean]
1 warning

Original issue reported on code.google.com by malac...@gmail.com on 20 Jan 2010 at 6:18

GoogleCodeExporter commented 8 years ago
Sorry for the late response but I just became a father and the baby just started
sleeping through the night. It looks like it found the annotations but never
associated the annotation with the processor. Can you include your pom.xml?

Original comment by joshuadmorris@gmail.com on 13 Mar 2010 at 8:29

GoogleCodeExporter commented 8 years ago
Sorry, I don't have access to the POM that was using your project anymore.

Original comment by malac...@gmail.com on 14 Mar 2010 at 12:15

GoogleCodeExporter commented 8 years ago
I've been having the same issue. Odd thing is it works fine on my Linux box, 
but not on 
my Windows 7 box. Normally, I'd be just fine working in Linux, but at work we 
are 
forced to use a Windows environment.

I checked and tweaked a number of my environment settings, but none seemed to 
impact 
how this functioned. I tried this on both my Windows 7 box (64-bit) and a 
Windows XP 
box (32-bit).

Original comment by acidbee...@gmail.com on 17 Mar 2010 at 7:44

GoogleCodeExporter commented 8 years ago
It looks like it is not building the classpath correctly on Windows (thanks to
acidbee.79 for finding this). I am getting a new build tested and put together. 
It
should be up shortly.

Original comment by joshuadmorris@gmail.com on 19 Mar 2010 at 6:16

GoogleCodeExporter commented 8 years ago
Fixed in v1.0.3

Original comment by joshuadmorris@gmail.com on 19 Mar 2010 at 11:06