maheshwarirohit87 / typica

Automatically exported from code.google.com/p/typica
Apache License 2.0
0 stars 0 forks source link

Missing Class files? #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Checkout latest code from CVS.
2. Compile with Eclipse or Ant...

What is the expected output? What do you see instead?
Expected:
No Compile Errors.

Actual result:
Missing java classes within
com.xerox.amazonws.ec2.DescribeImageAttributeResult and
com.xerox.amazonws.ec2.Jec2

com/xerox/amazonws/ec2/DescribeImageAttributeResult.java:31: cannot find symbol
    [javac] symbol  : class BlockDeviceMapping
    [javac] location: class com.xerox.amazonws.ec2.DescribeImageAttributeResult
    [javac]     private List<BlockDeviceMapping> blockDeviceMappings;

What version of the product are you using? On what operating system?
Latest from SVN.

Please provide any additional information below.
Possible bug with the XSD generation or bug with the latest EC2 WSDL.

Original issue reported on code.google.com by brad.moo...@gmail.com on 1 Apr 2008 at 3:49

GoogleCodeExporter commented 9 years ago
I think you caught SVN when I had committed the EC2 updates, but missed a few 
new
classes that I needed to create for new features. That is all in there, as you 
might
have found out by now.

Original comment by dkavan...@gmail.com on 25 Apr 2008 at 1:51

GoogleCodeExporter commented 9 years ago

Original comment by dkavan...@gmail.com on 25 Apr 2008 at 1:51